/* .filter-checkbox{
    background-color: red;
}

.filter-checkbox:checked{
    color: #DAA841;
    background-color: #DAA841;
}

.filter-checkbox:focus{
    outline: #4A1D30 solid 1px;
} */

.product-card-title {
    /* Ajusta el ancho como desees */
    max-height: 6rem;
    /* Ajusta la altura del contenedor */

    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.5rem /* 24px */;
    line-height: 2rem /* 32px */;
    -webkit-line-clamp: 3;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-card-subtitle {
    /* Ajusta el ancho como desees */
    max-height: 4rem;
    /* Ajusta la altura del contenedor */
    margin-bottom: 8px;

    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1)) /* #374151 */;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}